body {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  background: #FFF;
}

a {
  color: #705426;
}

h2,
.h2 {
  font-size: 40px;
}

h4,
.h4 {
  font-weight: 700;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.wrapper,
form.user-login-form {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 30px;
}

header.navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  background: #FFF;
}

header.navbar.active {
  background-color: #FFF !important;
}

header.navbar .wrapper {
  max-width: 1080px;
}

.navbar-header {
  float: none;
  text-align: center;
}

.navbar-default .navbar-brand {
  display: inline-block;
  height: auto;
  font-size: 32px;
  line-height: 34px;
  padding-left: 0;
  color: #00274D;
}

.navbar-default .navbar-brand:hover {
  color: #705426;
}

header.navbar .navbar-brand:hover,
header.navbar .navbar-brand:focus,
header.navbar.active .navbar-brand {
  color: #705426;
}

#block-mainnavigation-2 .navbar-nav {
  float: right;
  margin-top: 8px;
}

.path-frontpage #block-mainnavigation-2 .navbar-nav {
  margin-top: 2px;
}

.navbar-default .navbar-nav > li > a {
  color: #705426;
  font-size: 14px;
  text-transform: uppercase;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #00274D !important;
  background-color: transparent;
}

section.panel {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

section.panel .wrapper {
  padding-top: 30px;
}

a#home-button {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  color: #FFF;
}

.path-frontpage a#home-button {
  bottom: 20%;
}

a#home-button i {
  font-size: 40px;
  color: #00274D;
  font-weight: 900;
}

section.home-bottom {
  position: relative;
  padding: 40px 0;
  font-size: 18px;
}

section.home-bottom .wrapper p {
  overflow-wrap: break-word;
}

section.home-bottom .wrapper p a {
  color: #00274D;
}

.path-frontpage section.home-bottom .wrapper p a {
  color: #705426;
}

section.home-bottom .wrapper p a:hover,
section.home-bottom .wrapper p a:focus {
  opacity: 0.8;
}

section.lower-bottom {
  position: relative;
  padding: 40px 0 60px;
  font-size: 18px;
}

.path-frontpage section.lower-bottom {
  padding: 40px 0 0;
}

section.lower-bottom .wrapper p {
  overflow-wrap: break-word;
}

.path-frontpage section.lower-bottom .wrapper p a {
  color: #705426;
}

section.lower-bottom .wrapper p a:hover,
section.lower-bottom .wrapper p a:focus {
  opacity: 0.8;
}

#block-homepagecontent .field--name-field-image {
  float: left;
  width: 50%;
}

#block-homepagecontent .field--name-field-image img {
  max-width: 425px;
  width: 100%;
  height: auto;
}

#block-homepagecontent .field--name-body {
  padding-top: 60px;
  font-size: 24px;
  float: left;
  width: 50%;
  line-height: 34px;

}
#block-homepagecontent .field--name-body h2 {
  font-family: 'Times New Roman', Times, serif;
}


#scroll-down {
  display: none;
  text-align: center;
}

#scroll-down i {
  font-size: 40px;
  color: #00274D;
  font-weight: 900;
}

footer.footer .navbar-nav {
  float: none;
}

footer.footer {
  position: relative;
  margin: 0;
  border-top: 0;
  padding: 50px 0;
}

.region-footer {
  max-width: 1080px;
  padding: 0 30px;
  margin: 0 auto;
}

.region-footer::after {
  display: block;
  content: "";
  clear: both;
}

footer.footer a {
  color: #705426;
}

footer.footer .nav>li>a {
  display: inline-block;
}

footer.footer .nav>li:first-of-type>a {
  padding-left: 0;
}

footer.footer a.is-active,
footer.footer a:hover,
footer.footer a:focus {
  color: #00274D !important;
  text-decoration: none;
}

footer.footer .nav>li>a:after {
  display: block;
  position: absolute;
  top: 14px;
  right: -2px;
  color: #00274D;
  content: "|";
}

footer.footer .nav>li:last-of-type>a:after {
  display: none;
}

footer.footer .nav>li>a:hover,
footer.footer .nav>li>a:focus {
  color: #EEE;
  background-color: inherit;
}

footer.footer #block-mainnavigation {
  float: left;
  width: 60%;
}

#block-footercontent {
  float: left;
  width: 60%;
  margin-top: 10px;
  line-height: 22px;
}

#block-footerinformation {
  float: right;
  width: 40%;
  margin-top: -40px;
  padding-left: 6%;
  line-height: 22px;
  text-align: right;
}

#block-cheeseburgermenu {
  position: absolute;
  display: none;
  top: 16px;
  right: 25px;
  height: 35px;
  width: 35px;
}

.path-frontpage #block-cheeseburgermenu {
  top: 10px;
}

.cheeseburger-menu__navigation {
  display: none;
}

.cheeseburger-menu__wrapper {
  width: 100%;
}

.cheeseburger-menu__trigger:after {
  height: 35px;
  background-size: contain;
}

.cheeseburger-menu__trigger.is-open {
  background-color: inherit;
}

.cheeseburger-menu__menus {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cheeseburger-menu__menu,
.cheeseburger-menu__menu-list>li {
  border-bottom: none;
}

.cheeseburger-menu__menu-list>li a {
  font-size: 24px;
  color: #00274D;
}

.cheeseburger-menu__menu-list>li.active a,
.cheeseburger-menu__menu-list>li a:hover,
.cheeseburger-menu__menu-list>li a:focus {
  color: #705426;
}

.spwidget-button-wrapper {
  margin-bottom: 40px;
}

p.gold-color {
  color: #705426;
}

p.blue-color {
  color: #00274D;
}

ul.cheeseburger-menu__menu-list li:last-of-type a {
  font-size: 18px;
  color: #705426;
}

ul.cheeseburger-menu__menu-list li:last-of-type a:hover,
ul.cheeseburger-menu__menu-list li:last-of-type a:focus {
  color: #00274D;
}

body.path-user #main-container {
  margin-top: 100px;
}

body.user-logged-in header.navbar {
  position: relative;
}

.path-frontpage .inner-title {
  display: none;
}

#changable-content {
  min-height: 52px;
  max-width: 300px;
  padding-top: 20px;
}

#what-else {
  display: inline-block;
  background-color: #e0f7fa; /* calming light teal */
  color: #006064; /* deep teal text for contrast */
  padding: 10px 16px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  margin-bottom: 40px;
}

#what-else:hover {
  cursor: pointer;
  opacity: 0.7;
}

.insights h3 {
  margin-bottom: 30px
}

.insights h4 {
  margin-top: 30px
}

@media(max-width: 980px) {

  #block-cheeseburgermenu {
    display: block;
  }

  #block-mainnavigation-2 {
    display: none;
  }

  #block-homepagecontent .field--name-body h2 {
    font-size: 36px;
  }

  #block-homepagecontent .field--name-body {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  #scroll-down {
    display: block;
  }

  section.home-bottom {
    padding: 40px 0 0;
  }

  #block-homepagecontent .field--name-field-image {
    float: none;
    width: 100%;
  }

  #block-homepagecontent .field--name-field-image img {
    margin: 0 auto;
  }

  #block-homepagecontent .field--name-body {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }

  #changable-content {
    margin: 0 auto;
  }
}

@media(max-width: 768px) {

  h2,
  .h2 {
    font-size: 24px;
  }

  section.home-bottom {
    padding-top: 20px;
  }

  .navbar-default .navbar-brand {
    font-size: 36px;
  }

  #block-homepagecontent .field--name-body {
    font-size: 20px;
    line-height: 28px;
    padding-top: 20px;
  }

  #block-homepagecontent .field--name-body h2 {
    font-size: 32px;
  }

  footer.footer #block-mainnavigation {
    float: none;
    width: 100%;
  }

  #block-footercontent {
    float: none;
    width: 100%;
  }

  #block-footerinformation {
    float: none;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    text-align: left;
  }

  footer.footer .nav>li {
    float: left;
  }

  footer.footer .nav>li:first-of-type>a {
    padding-left: 15px;
  }

  footer.footer .nav>li>a:after {
    top: 10px;
  }

}

@media(max-width: 480px) {

  a#home-button {
    bottom: 21%;
  }

  h2,
  .h2 {
    font-size: 20px;
  }

  #block-homepagecontent .field--name-body {
    font-size: 16px;
    line-height: 22px;
  }

  #block-homepagecontent .field--name-body h2 {
    font-size: 24px;
  }

  #what-else {
    padding: 5px 6px;
    font-size: 14px;
    line-height: 18px;
  }

  .navbar-default .navbar-brand {
    font-size: 30px;
  }
}
